Start G-Code
code:Start G-Code
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
M206 X11 Y14;set home offsets
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F9000 ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F9000
M301 D121.72 I2.14 P32.30
M201 X200 Y200 ;Set max printing acceleration
M202 X500 Y500 ;Set max travel acceleration
M556 X10 Y10 ;Set max jerk
M203 X1000 Y1000 ;Set max feedrate
M117 Printing... ;Put printing message on LCD screen
G21
G90
M82
M107
M206
G28
G1
G92
G1
M301
M201
M556
M203
M117